home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄18⁄91 / 2658-String list & event -Jan91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  931 b   |  28 lines  |  [TEXT/GEOL]

  1. Item    1152077                         12-Jan-91        23:36PST
  2.  
  3. From:   D2188                           Office Product Tech, B Toback,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9. Sub:    String list & event intercept
  10.  
  11. Help!
  12.  
  13. I'm looking for a class that's just a simple list of strings. It seems to me
  14. that this would be part of MacApp's basic equipment, but I haven't found one.
  15. I'm making my own out of TDynamicArray, but I must be missing something.
  16.  
  17. Also, does a superview get an event before its subviews? I'd like a superview
  18. to intercept keystrokes destined for a TEditText subview, but pass them on to
  19. the subview. Can I do this by overriding DoKeyCommand in the superview's class,
  20. then calling inherited::DoKeyCommand? Or is there a better way?
  21.  
  22. Thanks for any help,
  23.  
  24. -- Bruce Toback
  25. OPT, Inc.
  26. AppleLink: D2188
  27.  
  28.